CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - opencv 图像显示

搜索资源列表

  1. OpenCVMFCDisplay

    0下载:
  2. 使用OpenCV库实现在MFC平台下的图像显示,已经包含相应的lib和dll库,可直接运行,效果不错-MFC with OpenCV library implementation platform in the image display, already contains the appropriate lib and dll libraries, can be directly run, good results
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-13
    • 文件大小:3221331
    • 提供者:zhufeng
  1. blockmatching

    0下载:
  2. 采用块匹配法计算相邻两帧图像的运动矢量,并显示计算的矢量结果。其中使用了opencv里面的函数。需先安装和加入opencv的库。-Using the 3 step block matching algorithm to compute the motion vector of two consecutive frames.
  3. 所属分类:OpenCV

    • 发布日期:2017-06-11
    • 文件大小:18995739
    • 提供者:wujin
  1. CVMFC

    1下载:
  2. 在MFC中使用OpenCV。 调用 OpenCV 函数实现图像文件的输入、输出以及处理。使用 DirectShow 实现图像的视频采集,也调用 OpenCV 函数实现,可实现高分辨率图像的采集。采用 Win32 的 DIBSection 实现图像的显示,调用 Windows API 函数。-MFC_OpenCV_DirectShow
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4277283
    • 提供者:陆宗骐
  1. Display-images-and-edge-processing-

    0下载:
  2. VS2005使用opencv的显示JPG图像的代码,简单易懂适合初学者-It is the code display JPG images with VS2005 and opencv , easy to understand for beginners
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-03
    • 文件大小:8098647
    • 提供者:章雯洁
  1. Histogram_RGB

    0下载:
  2. OpenCV RGB直方图 使用VS2008+OpenCV库开发,读取彩色图片,分别显示RGB三通道直方图。运行需安装OpenCV2.0。-OpenCV RGB histograms Developed with VS2008+ OpenCV library, reading colorful image, respectively display three-channel RGB histograms . Need install OpenCV2.0.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:4077519
    • 提供者:Bob Zhang
  1. H264Decoder

    0下载:
  2. 实现了H.264的解码,并且利用OPENCV进行了解码后图像的显示。-Realize H.264 decoding, and use OPENCV had decoded image display.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:11460190
    • 提供者:罗坤
  1. FaceRecog_src100902

    1下载:
  2. 基于OpenCV的人脸识别演示程序。目前实现了Gabor+Fisherface算法,还有几何和光照归一化。 -->请到 http://code.google.com/p/facerecog/ 下载最新版本。<-- 功能:对摄像头拍摄的或用户指定的图像,检测其中人脸,然后在已存储的人脸库中找到最匹配的人脸并显示。 在VS 2008 SP1上编写,使用了OpenCV 2.0和MFC,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。 数据处理分为了C
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1487828
    • 提供者:yk
  1. Image_MFC

    1下载:
  2. OpenCV采集USB摄像头视频,随时保存一帧图像-OpenCV USB camera video capture, save an image at any time
  3. 所属分类:OpenCV

    • 发布日期:2017-05-30
    • 文件大小:13167587
    • 提供者:
  1. OpnCvTest

    0下载:
  2. 用OpenCv和vc++实现图像处理的基本功能,有效利用OpenCv,包括读入并显示图像,边缘检测,加噪声以及锐化处理-OpenCv and vc++ to Canny Sobel Binary and GradSharp opreator
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5785239
    • 提供者:贺彪
  1. ImageView

    0下载:
  2. 遥感图像基本处理软件,可以显示img,pix,tif等格式的遥感数据-Basic remote sensing image processing software, can show img, pix, tif format, such as remote sensing data
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2336802
    • 提供者:张涛
  1. MFC_OpenCV_Operation

    0下载:
  2. 1、利用OpenCV打开图像,在MFC中显示;2、对图像进行Canny边缘处理,并在MFC中显示。-1, using OpenCV open the images displayed in the MFC 2, Canny edge image processing and display in MFC.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:35764
    • 提供者:chen
  1. HarrisCorner

    0下载:
  2. 利用openCV找出已知图像中的角点, 利用slider bar 控制临界值, 并显示出通过临界值的角点像素, 并用non-maxima suprression 使之变稀疏并显示-routines in OpenCV to demonstrate the operations of the Harris Corner detector. 1. Open the image box_in_scene.jpg and show the image in a window. 2. Compute
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:85107
    • 提供者:Ke Li
  1. OpenCV_Dlg1

    0下载:
  2. 有图像处理界面。使用opencv创建图像处理函数,实现图像导入,显示和二值分割等。-used opencv to process image
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1901126
    • 提供者:任雪菲
  1. Pattern_Align_by_yimi

    0下载:
  2. 模板比对 应用OPENCV来下显示比对后的图像 速度不错-Pattern match used Opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:2026949
    • 提供者:cmd
  1. examples

    0下载:
  2. 基于opencv图像处理应用实例,包括读入显示图像等一系列源代码-image processing
  3. 所属分类:Graph program

    • 发布日期:2017-05-03
    • 文件大小:1058855
    • 提供者:李琳
  1. ShowImageProjOpenCv

    0下载:
  2. 及于OPENCV 的图像显示程序 OPENCV 很好的图形处理库-And in the image display program OPENCV good OPENCV graphics library
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:48934
    • 提供者:xue
  1. Imageinversion

    0下载:
  2. opencv 图像反转 * 程序名:invImage.c 功能:读入图像文件,做图像反转,然后显示图像在屏幕上 */ -OpenCV Image inversion Function: read in image files, and image inversion, and then show the image on the screen
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:736
    • 提供者:magoc boy
  1. eye_pos

    0下载:
  2. visual c++.net编写的mfc程序。选择一副人脸图像并显示在窗体中,鼠标点击人眼,会显示该点坐标,以查看两眼是否对齐在同一水平线。运行时,系统需要安装opencv,并配置-visual c++. net write a mfc program. Choose a facial image and displayed in the form, the mouse clicks the human eye, it displays the point coordinates to see
  3. 所属分类:.net

    • 发布日期:2017-05-21
    • 文件大小:6470537
    • 提供者:高海鹏
  1. OpenfileMFC

    0下载:
  2. MFC中使用OpenCV读取并显示一幅图像-MFC using OpenCV to read and display an image
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-08
    • 文件大小:1715745
    • 提供者:路小白
  1. CarCount

    0下载:
  2. 该程序功能是实现对道路流动车辆统计。小模块功能有以下几个:1,对视频解帧并显示。2,对该视频训练背景图片。 3,利用背景图片用减背景法对测试视频进行前景提取,并进行阈值处理,图像分割,找出流动车的连通域。 4,对车辆进行统计。程序包内含有界面说明,以及程序使用的步骤和相关注意事项-The program function is to achieve movement of vehicles on the road statistics. A small module function has t
  3. 所属分类:Graph program

    • 发布日期:2017-05-28
    • 文件大小:11649784
    • 提供者:徐飞
« 1 2 3 45 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com